This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Set: Continue = False i.e. ~Umberto Nongeroson 20.Nov.03 05:11 PM a Web browser Domino Designer 6.0.1 CF2All Platforms
Blen = 0
If doc.HasItem("$Background") Or doc.HasItem("$BackgroundR5") Then
If doc.HasItem("$Background") Then
Set item = doc.GetFirstItem("$Background")
Blen = item.ValueLength
End If
If doc.HasItem("$BackgroundR5") Then
Set item = doc.GetFirstItem("$BackgroundR5")
Blen = item.ValueLength
End If
End If
If Blen > 10000 Then
Msgbox "Background too big"
Continue = False
End If